projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5167749
)
(face-valid-attribute-values): Use `defined-colors',
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 7 Feb 2007 14:08:58 +0000
(14:08 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 7 Feb 2007 14:08:58 +0000
(14:08 +0000)
not its semi-obsolete alias `x-defined-colors'.
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index abe17f67c1716f5ed628de002734caed98d45a57..3bde81e5456a08df98b0cf338bb0281f85ce3313 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-944,7
+944,7
@@
an integer value."
(nconc (mapcar #'(lambda (x) (cons (symbol-name x) x))
(internal-lisp-face-attribute-values attribute))
(mapcar #'(lambda (c) (cons c c))
- (
x-
defined-colors frame)))
+ (defined-colors frame)))
(mapcar #'(lambda (x) (cons (symbol-name x) x))
(internal-lisp-face-attribute-values attribute))))
((:foreground :background)